static StringPtr failNilRsrcText = {"\pSorry, a resource needed by this application cannot be found. Click the mouse or press any key to quit."};
#else /*THINK C*/
static StringPtr failNilRsrcText = {"\pSorry, a resource needed by this application cannot be found. THINK C requires that your resource file (AppMaker document) be in the same folder and have the same name as the project file with \".rsrc\" appended. Click the mouse or press any key to quit."};
#endif
/*----------*/
/* If resource = nil, this procedure puts up a window reporting that a resource */